Int16NINumericInt16NAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.Add(
Int16N value
)
Private Function Add (
value As Int16N
) As Int16N Implements INumeric(Of Int16N).Add
private:
virtual Int16N Add(
Int16N value
) sealed = INumeric<Int16N>::Add
private abstract Add :
value : Int16N -> Int16N
private override Add :
value : Int16N -> Int16N
- value Int16N
- The value to add to the current value.
Int16NThe sum of the current value and
value.
INumericTSelfAdd(TSelf)